home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Aframe
- sound stop 1
- if soundBusy(2) = 0 then
- if Aframe = "rex1" then
- onVis(3)
- onVis(12)
- go(Aframe)
- else
- if Aframe = "rex2" then
- onVis(4)
- else
- if Aframe = "rex3" then
- onVis(12)
- onVis(5)
- go(Aframe)
- else
- if Aframe = "rex4" then
- onVis(12)
- onVis(6)
- go(Aframe)
- end if
- end if
- end if
- end if
- else
- Loopframe()
- end if
- end
-